assertEquals is $expected, $actual, not $actual, $expected
authorReedy <reedy@wikimedia.org>
Wed, 18 Apr 2012 12:50:39 +0000 (13:50 +0100)
committerBrion Vibber <brion@pobox.com>
Wed, 18 Apr 2012 23:03:46 +0000 (16:03 -0700)
commit9e33a6c7403643f83116463e858b053dc65e7528
tree22c47bb33bcfa64dee3cde2e82ffcf41068c1944
parent467a2f1c55dbb58400f6f8fc0873650cabd9f6b8
assertEquals is $expected, $actual, not $actual, $expected

Fix Title related tests that are the wrong way round (noticed by Daniel Kinzler
when creating more tests, and wondering why phpunit was making error messages
that didn't make any sense!)

public static function assertEquals($expected, $actual, $message = '',
    $delta = 0, $maxDepth = 10, $canonicalize = FALSE, $ignoreCase = FALSE)

Change-Id: I09aeb7cb7edb8e486ccf2f54673f91cd9704cd3b
tests/phpunit/includes/TitleMethodsTest.php